home *** CD-ROM | disk | FTP | other *** search
/ Aminet 49 / Aminet 49 (2002)(GTI - Schatztruhe)[!][Jun 2002].iso / Aminet / dev / gg / codeblue-amiga.lha / codeblue.readme < prev    next >
Encoding:
Text File  |  2002-03-05  |  1.9 KB  |  51 lines

  1. Short:     CodeBlue scans Apache access logs for Worm Virus infected requests
  2.  
  3. CodeBlue is a simple program that aims to increase the awareness
  4. of hosts infected with notorious worms 
  5. by emailing the victimized hosts with warnings of their infection.
  6.  
  7. Copyright(c) 2001 Michael (mystic@tenebrous.com)
  8. Licensed under the GNU/GPL
  9.  
  10.  
  11. HOW IT WORKS:
  12. -------------
  13. CodeBlue scans an Apache access log file specified at the command line,
  14. and sends an email to worm-infected hosts, warning them that they may be 
  15. infected, and what URLs to visit for further information. All transactions are logged
  16. to a logfile. Optionally, CodeBlue can query the Nimda Registry database at worm.jungnickel.com 
  17. and submit each infected host.
  18. -------------------------------------------------------------------------------------------
  19.  
  20.  
  21. HOW TO COMPILE:
  22. ---------------
  23. From the codeblue source directory, simply type:
  24. make
  25.  
  26. You may also type `make install` if you wish the binary to be installed to /usr/local/sbin/,
  27. otherwise simply run codeblue from the source directory.
  28. -------------------------------------------------------------------------------------------
  29.  
  30.  
  31. HOW TO USE:
  32. -----------
  33.  
  34. The syntax is:
  35. ./codeblue [options] <apache-access-log>
  36.  
  37. Options can be any of the following:
  38.  
  39. -e <email-addy> - This specifies the return-to address for each email. 
  40.                   The default is postmaster@yourhost
  41. -q              - When specified, CodeBlue will query the Nimda Registry
  42.                   at worm.jungnickel.com and add each infected host to their database.
  43. --help          - Prints out the help menu and exits
  44.  
  45. -------------------------------------------------------------------------------------------
  46.  
  47. S P E C I A L  T H A N K S:
  48. ---------------------------
  49. Thank you to all who have given their feedback on CodeBlue. You know who you are.
  50. A special "THANKS" goes to Jan Jungnickel (www.jungnickel.com) for their support.
  51.